home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / hello_kitty_roller_rescue.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-08-19  |  88b  |  6 lines

  1. on(release){
  2.    char = 1;
  3.    _root.beep.start(0,1);
  4.    gotoAndStop("startGame");
  5. }
  6.